// always disable separators
// -GtkWidget-wide-separators: true;
color: transparentize(black, 0.9);
+
+ // Font and File button separators
+ GtkFileChooserButton &,
+ GtkFontButton & {
+ // always disable separators
+ -GtkWidget-wide-separators: true;
+ -GtkWidget-horizontal-separator: 0;
+ -GtkWidget-vertical-separator: 0;
+ }
}
/*********
.separator {
color: rgba(0, 0, 0, 0.1); }
+ GtkFileChooserButton .separator, GtkFontButton .separator {
+ -GtkWidget-wide-separators: true;
+ -GtkWidget-horizontal-separator: 0;
+ -GtkWidget-vertical-separator: 0; }
/*********
* Lists *
.separator {
color: rgba(0, 0, 0, 0.1); }
+ GtkFileChooserButton .separator, GtkFontButton .separator {
+ -GtkWidget-wide-separators: true;
+ -GtkWidget-horizontal-separator: 0;
+ -GtkWidget-vertical-separator: 0; }
/*********
* Lists *